WDV2221 Intro Javascript

Unit-5 Assignment - Event Handlers

(1)Create a button element and apply an onclick event handler

(2)Create a p element and apply an onmouseover event handler

Mouse Over Me To Highlight Me!

(3)Place an image on the page. Apply an onmouseout event handler to the image

(4)Create a select element and apply an onchange event handler. Make sure to include a default option element so that the event handler will work as expected.

(5)Apply the onload event handler to the body element